Skip to content

Conversation

schauder
Copy link
Contributor

@schauder schauder commented Jul 16, 2019

The AS keyword for table aliases is optional for all databases that support it.
It is not supported by Oracle.
Thus not using it makes the generated SQL compatible to more databases.

See: https://jira.spring.io/browse/DATAJDBC-394

schauder added 2 commits July 16, 2019 07:16
The AS keyword for table aliases is optional for all databases that support it.
It is not supported by Oracle.
Thus not using it makes the generated SQL compatible to more databases.
mp911de pushed a commit that referenced this pull request Jul 17, 2019
The AS keyword for table aliases is optional for all databases that support it.
It is not supported by Oracle.
Thus not using it makes the generated SQL compatible to more databases.

Original pull request: #162.
@mp911de
Copy link
Member

mp911de commented Jul 17, 2019

That's merged now.

@mp911de mp911de closed this Jul 17, 2019
@mp911de mp911de deleted the issue/DATAJDBC-394 branch July 17, 2019 06:48
mp911de added a commit that referenced this pull request Feb 21, 2022
DatabaseClient.BindSpec.bind(…) (execute) and DatabaseClient.GenericInsertSpec.value(…) (insert) now consistently accept SettableValue for scalar and absent values.

This change allows us to provide a Kotlin extension leveraging reified generics to provide the type of a value even if it is null to construct an appropriate SettableValue for fluent API usage.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants